home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15132 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.polymtl.ca!news
  2. From: Pierre Ferland <pierre@meca.polymtl.ca>
  3. Newsgroups: comp.lang.java,comp.lang.c++,comp.lang.smalltalk
  4. Subject: Re: Will Java kill C++?
  5. Date: Wed, 03 Apr 1996 14:40:09 -0500
  6. Organization: Center for Applied Research on Polymers
  7. Message-ID: <3162D419.794B@meca.polymtl.ca>
  8. References: <3134D499.653E@ix.netcom.com> <313613B2.136E@ksopk.sprint.com> <4i7qhl$ik6@cronkite.seas.gwu.edu> <3157130b.11632466@ratty.wolfe.net>
  9. NNTP-Posting-Host: crasp.meca.polymtl.ca
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (X11; I; AIX 2)
  14.  
  15. I'm just listening to you guys (or reading at).  I'd say
  16. that more than 60% of the debugging time we spend when
  17. using C++ resides in the dark spots of this damn language,
  18. as you mentioned: 
  19. - slack pointers, 
  20. - garbage collecting,
  21. - run-time type checking.  
  22. - Even Stroustrup is careful when explaining the use of 
  23. exception handling!
  24. - What else ? Oh! references, I was as about to forget them.
  25. - Templates (they never managed to have that made clean).
  26.  
  27. It now seems that computer technology grows faster than 
  28. applications (if MS products are not considered!).
  29.  
  30. If Java can provide us an efficient programming support,
  31. I'd accept a reasonable performance lack for a while,
  32. and gain in stability and ease of use.  
  33.  
  34. But it doesn't seem that Java kits will be free.  They
  35. already started to sell'em.  And I don't think Java
  36. will make it against C and C++ if they adopt that
  37. policy...
  38.  
  39.     Pierre
  40.